Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.Exchangeable Namespace / IExtension<T> Interface
The object that participates in the custom behavior.
Members


In This Topic
    IExtension<T> Interface
    In This Topic
    Enables an object to extend another object through aggregation.
    Syntax
    'Declaration
     
    
    Public Interface IExtension(Of T As IExtensibleObject(Of T)) 
    'Usage
     
    
    Dim instance As IExtension(Of T)
    public interface IExtension<T> 
    where T: IExtensibleObject<T>
    Type Parameters
    T
    The object that participates in the custom behavior.
    See Also